Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 11 of 11) sorted by relevance

/system/incremental_delivery/incfs/
DMountRegistry.cpp132 auto absolute = path::normalize(root); in addRoot() local
133 auto it = rootByBindPoint.insert_or_assign(absolute, Bind{std::string(), int(index)}).first; in addRoot()
134 roots.push_back({std::move(absolute), path::normalize(backingDir), {it}}); in addRoot()
138 auto absolute = path::normalize(root); in removeRoot() local
139 auto it = rootByBindPoint.find(absolute); in removeRoot()
186 auto absolute = path::normalize(what); in removeBind() local
187 auto [root, rootIt] = rootIndex(absolute); in removeBind()
192 if (roots[root].path == absolute) { in removeBind()
193 removeRoot(absolute); in removeBind()
/system/update_engine/scripts/
Dota_stress_test.py69 script_dir = Path(__file__).parent.absolute()
/system/extras/simpleperf/doc/
Djit_symbols.md37 <symbol-absolute-address> <symbol-size> <symbol-name>
/system/chre/apps/test/common/proto/
Dchre_cross_validation_sensor.proto87 * absolute timestamp instead of the delta relative to the last sample.
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py43 simpleperf_path = Path(__file__).absolute().parents[1]
/system/chre/pal/doc/
DDoxyfile56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
151 # Note that you can specify absolute paths here, but also relative paths, which
827 # Note that the wildcards are matched against the file with absolute path, so to
838 # Note that the wildcards are matched against the file with absolute path, so to
1255 # The HHC_LOCATION tag can be used to specify the location (absolute path
2052 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
2088 # The PERL_PATH should be the absolute path and name of the perl script
2090 # The default file (with absolute path) is: /usr/bin/perl.
/system/chre/chre_api/doc/
DDoxyfile56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
151 # Note that you can specify absolute paths here, but also relative paths, which
827 # Note that the wildcards are matched against the file with absolute path, so to
838 # Note that the wildcards are matched against the file with absolute path, so to
1255 # The HHC_LOCATION tag can be used to specify the location (absolute path
2052 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
2088 # The PERL_PATH should be the absolute path and name of the perl script
2090 # The default file (with absolute path) is: /usr/bin/perl.
/system/tools/mkbootimg/
Dpylintrc96 no-absolute-import,
/system/apex/
Dpylintrc102 no-absolute-import,
/system/media/audio_utils/
DDoxyfile56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
159 # Note that you can specify absolute paths here, but also relative paths, which
876 # Note that the wildcards are matched against the file with absolute path, so to
887 # Note that the wildcards are matched against the file with absolute path, so to
1344 # The HHC_LOCATION tag can be used to specify the location (absolute path
1853 # The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute)
2170 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
/system/chre/doc/
Dnanoapp_developer_guide.md229 an absolute minimum and any large allocations should go out of scope prior to