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

  /external/v8/tools/gyp/test/module/src/
program.c 63 int path_size = snprintf(module_path, MAX_PATH, "%s/%s%s", bin_dir, module, local
66 if (path_size < 0 || path_size > MAX_PATH) {
70 module_path[path_size] = 0;
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 535 const size_t path_size = local
537 rtc::scoped_ptr<char[]> echo_path(new char[path_size]);
538 ASSERT_EQ(path_size, fread(echo_path.get(),
540 path_size,
544 path_size));
1062 const size_t path_size = local
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c 2556 int path_size = sizeof(path); local
3213 int path_size = sizeof(path); local
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 255 unsigned path_size = GetTempPath(sizeof temp_path, temp_path);
260 if (path_size == 0)
262 path_size = GetCurrentDirectory (sizeof temp_path, temp_path);
266 while (path_size > 0 &&
267 path_size + sizemax < sizeof temp_path &&
270 unsigned size = sprintf (temp_path + path_size,
272 temp_path[path_size - 1] == '\\' ? "" : "\\",
293 path_size = GetCurrentDirectory (sizeof temp_path, temp_path);
305 const unsigned final_size = path_size + size + 1;
253 unsigned path_size = GetTempPath(sizeof temp_path, temp_path); local
    [all...]
  /external/clang/include/clang/AST/
Expr.h 2773 unsigned path_size() const { return CastExprBits.BasePathSize; } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 6513 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 5741 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 5741 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 5741 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 7199 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
7460 inline int GeneratedCodeInfo_Annotation::path_size() const { function in class:google::protobuf::GeneratedCodeInfo_Annotation
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 5741 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
    [all...]

Completed in 1902 milliseconds