HomeSort by relevance Sort by last modified time
    Searched refs:path_buffer (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_proc_maps.h 57 // and fills |path_buffer| with the path to the corresponding file.
60 char* path_buffer,
crazy_linker_proc_maps.cpp 216 char* path_buffer,
234 memcpy(path_buffer, entry.path, entry.path_len);
235 path_buffer[entry.path_len] = '\0';
  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.h 57 // and fills |path_buffer| with the path to the corresponding file.
60 char* path_buffer,
crazy_linker_proc_maps.cpp 216 char* path_buffer,
234 memcpy(path_buffer, entry.path, entry.path_len);
235 path_buffer[entry.path_len] = '\0';
  /external/webrtc/test/testsupport/
fileutils.cc 84 char path_buffer[FILENAME_MAX]; local
85 if (!GET_CURRENT_DIR(path_buffer, sizeof(path_buffer))) {
89 return std::string(path_buffer);
  /external/chromium_org/sandbox/win/src/
handle_closer_test.cc 20 wchar_t path_buffer[MAX_PATH + 1]; local
21 CHECK(::GetTempPath(MAX_PATH, path_buffer));
22 base::string16 marker_path = path_buffer;
26 CHECK(::GetModuleFileName(NULL, path_buffer, MAX_PATH));
27 base::win::ScopedHandle module(::CreateFile(path_buffer,
  /external/chromium_org/third_party/webrtc/test/testsupport/
fileutils.cc 155 char path_buffer[FILENAME_MAX]; local
156 if (!GET_CURRENT_DIR(path_buffer, sizeof(path_buffer))) {
160 return std::string(path_buffer);
  /external/chromium_org/win8/metro_driver/
winrt_utils.cc 204 wchar_t path_buffer[MAX_PATH] = {}; local
207 SHGFP_TYPE_CURRENT, path_buffer))) {
208 base::FilePath shortcut(path_buffer);
  /external/clang/include/clang/AST/
Expr.h 2664 const CXXBaseSpecifier * const *path_buffer() const { function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 509 WCHAR path_buffer[MAX_PATH]; local
511 path_buffer, MAX_PATH);
514 FilePath short_test_dir(path_buffer);
542 path_buffer, MAX_PATH);
    [all...]
  /external/clang/lib/AST/
Expr.cpp 1669 CXXBaseSpecifier **CastExpr::path_buffer() { function in class:CastExpr
    [all...]

Completed in 203 milliseconds