Searched refs:mod_date (Results 1 – 8 of 8) sorted by relevance
/external/sfntly/cpp/src/test/ |
D | otf_basic_editing_test.cc | 69 int64_t mod_date = header_builder->Modified(); in TestOTFBasicEditing() local 70 EXPECT_EQ(3397043097, mod_date); in TestOTFBasicEditing() 71 header_builder->SetModified(mod_date + 1); in TestOTFBasicEditing() 89 EXPECT_EQ(mod_date + 1, after_mod_date); in TestOTFBasicEditing()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderDarwin.h | 104 lldb::addr_t mod_date = 0; member 131 mod_date = 0; in Clear() 145 mod_date == rhs.mod_date && file_spec == rhs.file_spec &&
|
D | DynamicLoaderDarwin.cpp | 389 image_infos[i].mod_date = in JSONImageInformationIntoImageInfo() 813 LLDB_LOG(log, "modtime={0:x+8} uuid={1} path='{2}' (UNLOADED)", mod_date, in PutToLog() 817 address, mod_date, uuid.GetAsString(), file_spec.GetPath()); in PutToLog()
|
D | DynamicLoaderMacOSXDYLD.cpp | 676 image_infos[i].mod_date = info_data_ref.GetAddress(&info_data_offset); in ReadImageInfos()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 73 uint64_t mod_date; // may not be available - 0 if so member 77 : filename(), load_address(INVALID_NUB_ADDRESS), mod_date(0) {} in binary_image_information()
|
D | MachProcess.mm | 890 image_info_dict_sp->AddIntegerItem("mod_date", image_infos[i].mod_date); 969 // {void* load_addr, void* mod_date, void* pathname} 1016 info.mod_date = mod_date_32; 1029 info.mod_date = mod_date_64;
|
/external/pdfium/fxjs/ |
D | cjs_document.h | 56 JS_STATIC_PROP(modDate, mod_date, CJS_Document)
|
/external/llvm-project/lldb/docs/ |
D | lldb-gdb-remote.txt | 1780 // where the image_list_address is an array of {void* load_addr, void* mod_date, void* pathname} 1798 // STUB REPLIES: ${"images":[{"load_address":4294967296,"mod_date":0,"pathname":"/tmp/a.out","uuid… 1805 // "mod_date":0,
|