HomeSort by relevance Sort by last modified time
    Searched full:o_path (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/compile_test/
compile_test.py 43 o_path = os.path.join(tmpdir, 'test.o')
45 cxx_cmdline = cxx + [cxx_path, '-o', o_path]
  /external/kernel-headers/original/asm-generic/
fcntl.h 83 #ifndef O_PATH
84 #define O_PATH 010000000
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 85 #ifndef O_PATH
86 #define O_PATH 010000000
  /external/chromium_org/ui/gfx/
text_elider.cc 558 base::string16 o_path = other.AfterHost(); local
563 static_cast<const UChar*>(o_path.c_str()),
564 static_cast<int>(o_path.length()),
    [all...]
  /external/kernel-headers/original/linux/
fs.h 114 /* File is opened with O_PATH; almost nothing can be done with it */
    [all...]

Completed in 233 milliseconds