Home
last modified time | relevance | path

Searched defs:DIR (Results 1 – 19 of 19) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Ddirent.cpp53 struct DIR { struct
62 #define CHECK_DIR(d) if (d == nullptr) __fortify_fatal("%s: null DIR*", __FUNCTION__) argument
/aosp12/frameworks/base/startop/scripts/trace_analyzer/
H A Dtrace_analyzer_test.py36 DIR = os.path.abspath(os.path.dirname(__file__)) variable
/aosp12/frameworks/wilhelm/tools/mphtogen/
H A DMakefile1 DIR = ../../src/autogen macro
/aosp12/frameworks/base/startop/scripts/iorap/
H A Dcompiler_device.py22 DIR = os.path.abspath(os.path.dirname(__file__)) variable
H A Dcompiler_test.py35 DIR = os.path.abspath(os.path.dirname(__file__)) variable
H A Danalyze_prefetch_file.py22 DIR = os.path.abspath(os.path.dirname(__file__)) variable
H A Dcompiler.py25 DIR = os.path.abspath(os.path.dirname(__file__)) variable
H A Dcompiler_ri.py35 DIR = os.path.abspath(os.path.dirname(__file__)) variable
/aosp12/packages/apps/Launcher3/
H A Dfill_screens.py14 DIR = "db_files" variable
/aosp12/frameworks/native/cmds/ip-up-vpn/
H A Dip-up-vpn.c34 #define DIR "/data/misc/vpn/" macro
/aosp12/bionic/libc/include/
H A Ddirent.h90 typedef struct DIR DIR; typedef
/aosp12/frameworks/base/startop/scripts/app_startup/
H A Drun_app_with_prefetch.py40 DIR = os.path.abspath(os.path.dirname(__file__)) variable
H A Dquery_compiler_filter.py39 DIR = os.path.abspath(os.path.dirname(__file__)) variable
H A Dapp_startup_runner.py40 DIR = os.path.abspath(os.path.dirname(__file__)) variable
/aosp12/frameworks/base/startop/scripts/app_startup/lib/
H A Dperfetto_trace_collector.py25 DIR = os.path.abspath(os.path.dirname(__file__)) variable
H A Dapp_runner.py61 DIR = os.path.abspath(os.path.dirname(__file__)) variable in AppRunner
/aosp12/packages/apps/Launcher3/tools/
H A Dprint_db.py21 DIR = "db_files" variable
/aosp12/frameworks/base/core/java/android/text/
H A DDynamicLayout.java1197 private static final int DIR = START; field in DynamicLayout
/aosp12/packages/modules/adb/
H A Dsysdeps.h282 inline void seekdir(DIR*, long) { in seekdir() argument