Searched refs:absolute (Results 1 – 11 of 11) sorted by relevance
/system/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 132 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/ |
D | ota_stress_test.py | 69 script_dir = Path(__file__).parent.absolute()
|
/system/extras/simpleperf/doc/ |
D | jit_symbols.md | 37 <symbol-absolute-address> <symbol-size> <symbol-name>
|
/system/chre/apps/test/common/proto/ |
D | chre_cross_validation_sensor.proto | 87 * absolute timestamp instead of the delta relative to the last sample.
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | purgatorio.py | 43 simpleperf_path = Path(__file__).absolute().parents[1]
|
/system/chre/pal/doc/ |
D | Doxyfile | 56 # 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/ |
D | Doxyfile | 56 # 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/ |
D | pylintrc | 96 no-absolute-import,
|
/system/apex/ |
D | pylintrc | 102 no-absolute-import,
|
/system/media/audio_utils/ |
D | Doxyfile | 56 # 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/ |
D | nanoapp_developer_guide.md | 229 an absolute minimum and any large allocations should go out of scope prior to
|